home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / comm / ums / developer / interfaces / c / examples / dmakefile next >
Encoding:
Makefile  |  1993-08-01  |  289 b   |  14 lines

  1. FLAGS=-3.0 -mRR -mi -ms -r -proto -L/dlib -I/include -lums
  2.  
  3. all : SelectMail PrintGroups SumNew
  4.  
  5. SelectMail : SelectMail.c
  6.       dcc $(FLAGS) -o %(left) %(right)
  7.  
  8. PrintGroups : PrintGroups.c
  9.       dcc $(FLAGS) -o %(left) %(right)
  10.  
  11. SumNew : SumNew.c
  12.       dcc $(FLAGS) -o %(left) %(right)
  13.  
  14.